home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / cli / system2.arc / WHERE.XSL < prev   
Text File  |  1985-11-20  |  158b  |  12 lines

  1. *
  2. * Say if inputting from ST or terminal
  3. *
  4.  
  5. if equal stdin "CON:"
  6.   echo "Working from ST"
  7.   echo
  8. else
  9.   echo "Working from terminal"
  10.   echo
  11. endif
  12.